home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global gtemp
- puppetSound("mainsnd")
- if (the number of chars in line gtemp of field "orderfield" < 1) or (gtemp = 0) then
- alert("please select model number")
- abort()
- end if
- if line gtemp of field "orderfield" <> EMPTY then
- delete line gtemp of field "masterfield"
- delete line gtemp of field "orderfield"
- put EMPTY into field "detail"
- set the puppet of sprite 16 to 1
- set the locH of sprite 16 to -200
- set the locV of sprite 16 to 0
- set the castNum of sprite 16 to cast "dummy1"
- set the locH of sprite 16 to 300
- set the locV of sprite 16 to 345
- set the puppet of sprite 16 to 0
- updateStage()
- end if
- end
-